Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NUI] Add Outline Offset and BlurRadius at struct Outline #6342

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

ANZ1217
Copy link
Contributor

@ANZ1217 ANZ1217 commented Sep 23, 2024

Description of Change

Fixed a problem where the Offset and BlurRadius options of Outline did not exist in the member variable of Text.Outline Struct.

@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 2, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Nullable`1<System.Single> Tizen.NUI.Text.Outline::BlurRadius()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.Vector2 Tizen.NUI.Text.Outline::Offset()

Copy link
Contributor

@hinohie hinohie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@wonrst wonrst merged commit 0b18460 into Samsung:DevelNUI Sep 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants